GUI Component Tag Library
Tag checkBox


CheckBox Wrapper Tag


Tag Information
Tag Classcom.ptc.core.components.tags.components.CheckBoxTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe HTML id attribute for this component.
propertyLabelfalsetruejava.lang.StringText displayed as the label of this component in a property panel. The value is only used if the tag is nested inside a renderPropertyPanel tag
namefalsetruejava.lang.StringThe HTML name attribute for this component.
labelfalsetruejava.lang.StringText displayed next to this component in the UI.
renderLabelfalsetruejava.lang.StringBoolean for whether or not the label is rendered.
renderLabelOnRightfalsetruejava.lang.StringBoolean for whether or not to render the label on the right.
requiredfalsetruejava.lang.StringFlag indicating that the user is required to provide a submitted value for this input component.
checkedfalsetruejava.lang.StringFlag indicating whether this element is checked or not.
renderExtrafalsetruejava.lang.StringExtra info to render...
submitAsNewfalsetruejava.lang.StringFlag indicating whether this element is submitted as new or not.
disabledfalsetruejava.lang.StringFlag indicating that this element must never receive focus or be included in a subsequent submit.
enabledfalsetruejava.lang.StringFlag indicating whether this input field is enabled or not.
onblurfalsetruejava.lang.StringJavascript code executed when this element loses focus.
onchangefalsetruejava.lang.StringJavascript code executed when this element loses focus and its value has been modified since gaining focus.
onclickfalsetruejava.lang.StringJavascript code executed when a pointer button is clicked over this element.
ondblclickfalsetruejava.lang.StringJavascript code executed when a pointer button is double clicked over this element.
onfocusfalsetruejava.lang.StringJavascript code executed when this element receives focus.
onkeydownfalsetruejava.lang.StringJavascript code executed when a key is pressed down over this element.
onkeypressfalsetruejava.lang.StringJavascript code executed when a key is pressed and released over this element.
onkeyupfalsetruejava.lang.StringJavascript code executed when a key is released over this element.
onmousedownfalsetruejava.lang.StringJavascript code executed when a pointer button is pressed down over this element.
onmousemovefalsetruejava.lang.StringJavascript code executed when a pointer button is moved within this element.
onmouseoutfalsetruejava.lang.StringJavascript code executed when a pointer button is moved away from this element.
onmouseoverfalsetruejava.lang.StringJavascript code executed when a pointer button is moved onto this element.
onmouseupfalsetruejava.lang.StringJavascript code executed when a pointer button is released over this element.
onselectfalsetruejava.lang.StringJavascript code executed when text within this element is selected by the user.
readonlyfalsetruejava.lang.StringFlag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled.
stylefalsetruejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsetruejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
tabindexfalsetruejava.lang.StringPosition of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
titlefalsetruejava.lang.StringAdvisory title information about markup elements generated for this component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.